docs: don't use property syntax for child properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 19:40:16 +0000 (14:40 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:37 +0000 (18:57 -0500)
gtk/gtkbox.c

index cb2539954e2da0f02f0fe21ec4a3dd7664465017..8b786221d7dc9622fce6c655311da46b18362676 100644 (file)
@@ -1898,13 +1898,13 @@ gtk_box_reorder_child (GtkBox    *box,
  * gtk_box_query_child_packing:
  * @box: a #GtkBox
  * @child: the #GtkWidget of the child to query
- * @expand: (out): pointer to return location for #GtkBox:expand child
+ * @expand: (out): pointer to return location for expand child
  *     property
- * @fill: (out): pointer to return location for #GtkBox:fill child
+ * @fill: (out): pointer to return location for fill child
  *     property
- * @padding: (out): pointer to return location for #GtkBox:padding
+ * @padding: (out): pointer to return location for padding
  *     child property
- * @pack_type: (out): pointer to return location for #GtkBox:pack-type
+ * @pack_type: (out): pointer to return location for pack-type
  *     child property
  *
  * Obtains information about how @child is packed into @box.